home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap07 / howto04 / delphi10 / scanners / scantest.exe / 0 / RCDATA / TSCANNERTESTFORM / TSCANNERTESTFORM.txt
Encoding:
Text File  |  1996-04-14  |  778 b   |  38 lines

  1. object ScannerTestForm: TScannerTestForm
  2.   Left = 317
  3.   Top = 163
  4.   Width = 220
  5.   Height = 171
  6.   Caption = 'Scanner Object Tests'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object ListCountriesButton: TButton
  14.     Left = 26
  15.     Top = 45
  16.     Width = 160
  17.     Height = 33
  18.     Caption = 'List Countries'
  19.     TabOrder = 0
  20.     OnClick = ListCountriesButtonClick
  21.   end
  22.   object ListBigCountriesButton: TButton
  23.     Left = 26
  24.     Top = 77
  25.     Width = 160
  26.     Height = 33
  27.     Caption = 'List Big Countries'
  28.     TabOrder = 1
  29.     OnClick = ListBigCountriesButtonClick
  30.   end
  31.   object CountryTable: TTable
  32.     Active = True
  33.     DatabaseName = 'DBDEMOS'
  34.     TableName = 'COUNTRY.DB'
  35.     Left = 40
  36.   end
  37. end
  38.